@charset "UTF-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #252525;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}

a,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.clearfix {
  clear: both;
}

@font-face {
  font-family: "SourceHanSerifCN-Medium";
  src: url("SourceHanSerifCN-Medium.otf") format("opentype");
  /* You can also add additional font formats here */
}
body {
  font-family: "SourceHanSerifCN-Medium", "微软雅黑";
  background: #fff;
}
body.body-index {
  background: url("../images/bgs.jpg") repeat;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.container {
  width: 1380px;
  margin: 0 auto;
}

.swiper-container {
  overflow: hidden;
}

header .banner {
  overflow: hidden;
  position: relative;
  margin-top: 99px
}
header .banner .slogan {
  position: absolute;
  top: 27.24%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50%;
  z-index: 10;
  display: none;
}
header .banner .slogan img {
  max-width: 100%;
}
header .banner .swiper-slide img {
  max-width: 100%;
  width: 100%;
}
header .top-nav {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 99px;
  z-index: 100;
  /*background: url(../images/bg11.jpg) repeat;*/
  background: #970505
}
header .top-nav .nav {
  float: right;
}
header .top-nav .nav ul {
  margin-right: -33px;
  padding-top: 45px;
}
header .top-nav .nav ul li {
  float: left;
  font-size: 16px;
  color: #fff;
  margin: 0 33px;
  position: relative;
}
header .top-nav .logo {
  margin-top: 25px;
  float: left;
}
header .top-nav.top-nav-page {
  /*background-color: rgba(30, 58, 61, 0.4509803922);*/
  /*background-image: url(../images/bg10.png);*/
}
header .top-nav .nav-container{
  width: 1200px
}
.nav li {
  position: relative;
}
.nav li.active::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #f2a427;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  box-sizing: border-box;
}

.cate .catename {
  float: left;
  width: 30px;
  font-size: 30px;
  line-height: 1.15;
}
.cate .cate-right {
  float: left;
  padding-left: 33px;
  padding-top: 45px;
}
.cate .cate-right .enname {
  font-size: 18px;
  color: #2E2E2E;
  text-transform: uppercase;
  padding-left: 8px;
  letter-spacing: 2px;
}
.cate .cate-right .desc {
  font-size: 30px;
  color: #B59B7E;
  margin-top: 25px;
}

.line-red {
  width: 2px;
  height: 247px;
  background: url(../images/line.png) repeat;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.line-red img {
  width: 29px;
  position: absolute;
  bottom: -29px;
  left: -12.5px;
}

.nav-mini li {
  color: #7E7E7E;
  float: left;
  font-size: 16px;
}
.nav-mini li.active {
  color: #2E2E2E !important;
}
.nav-mini li.active::after {
  bottom: -17px;
}

.about {
  overflow: hidden;
}
.about .container {
  position: relative;
}
.about .container .line-red {
  position: absolute;
  top: 0;
  left: 0;
}
.about .box {
  position: relative;
  padding-top: 155px;
}
.about .box::after {
  position: absolute;
  content: "";
  background: url(../images/bg5.png) no-repeat;
  width: 362px;
  height: 556px;
  left: 50%;
  top: -99px;
  transform: translateX(-80%) rotate(90deg);
  transform-origin: center center;
  z-index: -1;
}
.about .box .nav {
  padding-top: 45px;
  position: absolute;
  right: 0;
  top: 57px;
}
.about .box .nav li {
  margin-right: 45px;
  float: left;
  font-size: 16px;
  color: #7E7E7E;
}
.about .box .nav li.active {
  color: #2E2E2E;
}
.about .box .nav li.active::after {
  bottom: -17px;
}
.about .box .left {
  width: 100%;
  float: left;
  padding-left: 66px;
  position: relative;
}
.about .box .right {
  width: 100%;
  float: left;
  padding-top: 50px;
}
.about .box .right .img-box {
  width: 100%;
  padding-top: 45%;
  position: relative;
}
.about .box .about-content {
  margin-top: 55px;
  font-size: 16px;
  text-align: center;
}
.about .box .about-content .c1 {
  text-align: justify;
  text-indent: 2em;
  display: none;
  line-height: 24px;
  letter-spacing: 2px;
}
.about .box .about-content .c1.show {
  display: block;
}

.more {
  margin-top: 62px;
  display: inline-block;
}
.more div {
  text-align: center;
  width: 96px;
  height: 39px;
  border: 1px solid #143033;
  line-height: 39px;
  font-size: 14px;
  float: left;
}
.more span {
  width: 40px;
  height: 39px;
  background: #203C3F;
  text-align: center;
  display: inline-block;
  color: #fff;
  line-height: 39px;
}
.more span svg {
  vertical-align: unset;
  width: 20px;
  height: 13px;
}

.cate2 .catename {
  font-size: 30px;
  color: #040404;
}
.cate2 .enname {
  font-size: 18px;
  color: #2E2E2E;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.yewu {
  padding-top: 80px;
  position: relative;
}
.yewu .top .line-red {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -64px;
  z-index: -1;
}
.yewu .cate2 {
  margin-bottom: 40px;
}
.yewu .nav {
  margin-top: 22px;
  padding: 0 60px;
}
.yewu .nav li {
  width: 16.66%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #6d6d6d;
  cursor: pointer;
}
.yewu .swiper-yw {
  margin-top: 66px;
  transition: background-image 0.3s;
  position: relative;
}
.yewu .swiper-yw .swiper-slide {
  height: 733px;
  border-right: 1px solid #B9BABA;
}
.yewu .swiper-yw .line-red {
  position: absolute;
  bottom: -204px;
  right: 102px;
  height: 300px;
}
.yewu .swiper-yw .line-red::after {
  content: "";
  position: absolute;
  left: 0;
  top: 95px;
  background: url(../images/bg4.png) no-repeat;
  width: 392px;
  height: 290px;
  transform: translateX(-105%);
}
.yewu .swiper-yw .swiper-pagination2 {
  position: absolute;
  top: 34px;
  left: 77px;
  color: #fff;
  z-index: 20;
  display: inline;
  width: unset;
  height: 40px;
}
.yewu .swiper-yw .buttons {
  position: absolute;
  top: 59px;
  right: 141px;
  z-index: 100;
  margin-top: 0;
}
.yewu .yewu-1 {
  position: absolute;
  left: 0;
  top: 85.4%;
  color: #fff;
  padding: 0 63px 84px 74px;
  transition-duration: 0.3s;
  text-align: center;
}
.yewu .yewu-1 .title {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
.yewu .yewu-1 .title::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #E71E1E;
  border-radius: 50%;
  top: -4px;
  right: -32px;
}
.yewu .yewu-1 .desc {
  font-size: 14px;
  padding-top: 34px;
  opacity: 0;
}
.yewu .yewu-1 .more {
  margin-top: 47px;
}
.yewu .yewu-1 .more div {
  color: #fff;
  border-color: #fff;
}
.yewu .yewu-1 .more span {
  background-color: #fff;
}
.yewu .swiper-slide-active {
  background: rgba(40, 24, 15, 0.768627451);
  opacity: 0.77;
}
.yewu .swiper-slide-active .yewu-1 {
  top: 61.12%;
  text-align: left;
}
.yewu .swiper-slide-active .desc {
  opacity: 1;
}

.zhinangtuan {
  position: relative;
  margin-top: 105px;
  color: #2e2e2e;
}
.zhinangtuan::after {
  position: absolute;
  background: url(../images/bg1.png) no-repeat;
  content: "";
  width: 197px;
  height: 558px;
  left: 0;
  bottom: -360px;
  z-index: -1;
}
.zhinangtuan .nav {
  margin-top: 23px;
}
.zhinangtuan .nav li {
  margin-right: 42px;
}
.zhinangtuan .left {
  width: 388px;
  padding-right: 95px;
  float: left;
}
.zhinangtuan .left .title {
  margin-top: 132px;
  font-size: 24px;
}
.zhinangtuan .left .name {
  font-size: 14px;
  padding: 0 4px;
  margin-top: 20px;
}
.zhinangtuan .left .name span {
  padding: 0 6px;
  display: inline-block;
  position: relative;
}
.zhinangtuan .left .name span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #C60C0C;
  border-radius: 50%;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}
.zhinangtuan .left .desc {
  font-size: 14px;
}
.zhinangtuan .left .line {
  width: 100%;
  height: 1px;
  border: 1px solid #143033;
  margin: 34px 0 26px 0;
}
.zhinangtuan .right {
  width: calc(100% - 388px);
  float: left;
  margin-top: 70px;
}
.zhinangtuan .right .swiper-znt {
  position: relative;
  width: 100%;
  padding-right: 172px;
  height: 470px;
}
.zhinangtuan .right .swiper-znt .box {
  padding-top: 57.52%;
}

.swiper-pagination2 {
  font-size: 24px;
  color: #434343;
}
.swiper-pagination2 .swiper-pagination-current {
  color: #C60C0C;
  font-size: 36px;
}
.swiper-pagination2 .swiper-pagination-total {
  font-size: 24px;
}

.buttons {
  margin-top: 85px;
}
.buttons .prev,
.buttons .next {
  width: 50px;
  height: 39px;
  border: 1px solid #203C3F;
  text-align: center;
  line-height: 39px;
  float: left;
  cursor: pointer;
}
.buttons .prev svg,
.buttons .next svg {
  width: 12px;
  height: auto;
}
.buttons .next {
  border-color: #C60C0C;
  border-left: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 50px;
  background: rgba(158, 158, 158, 0.3803921569);
  border: none;
  color: #fff;
  margin: 0 20px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}

.paginatio-box {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  padding-top: 30px;
}

.case {
  position: relative;
  overflow: hidden;
}
.case .cate {
  position: absolute;
  left: 50%;
  transform: translateX(-64%);
  padding-top: 157px;
  display: inline-block;
  margin: 0 auto;
}
.case .cate .catename {
  margin-top: -34px;
  margin-left: 66px;
}
.case .cate .desc {
  position: relative;
}
.case .cate .desc a {
  color: #2E2E2E;
  font-size: 14px;
  position: absolute;
  left: 490px;
  top: 20px;
  white-space: nowrap;
}
.case .cate .line-red {
  position: absolute;
  left: 0;
  top: 0;
}
.case .case-list {
  margin: 0 -7px;
  margin-top: 365px;
}
.case .case-list .case-one {
  width: 25%;
  padding: 7px;
  float: left;
}
.case .case-list .case-one .box {
  padding-top: 76.17%;
  position: relative;
}
.case .case-list .case-one .name {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  text-shadow: 0px 1px 25px rgba(18, 18, 18, 0.39);
  font-size: 24px;
  color: #fff;
}

.line-red a {
  font-size: 14px;
  position: absolute;
  bottom: -24px;
  left: 35px;
  white-space: nowrap;
  z-index: 10;
}

.news {
  padding-top: 92px;
}
.news .container {
  position: relative;
}
.news .line-red {
  position: absolute;
  right: 114px;
  top: -95px;
}
.news .line-red::after {
  content: "";
  position: absolute;
  left: -197px;
  top: -195px;
  z-index: -1;
  background: url(../images/bg1.png) no-repeat;
  width: 197px;
  height: 558px;
  transform: rotateY(180deg);
}
.news .nav {
  margin-top: 26px;
}
.news .nav li {
  margin-right: 42px;
}
.news .left {
  width: 50%;
  float: left;
  padding-right: 10px;
  padding-top: 67px;
  color: #040404;
}
.news .left .news-img {
  padding-top: 53.6%;
}
.news .left .title {
  font-size: 18px;
  margin-top: 46px;
  padding-bottom: 22px;
  border-bottom: 1px solid #9E9E9E;
}
.news .left .desc {
  margin-top: 32px;
  font-size: 14px;
  padding: 0 17px 0 4px;
}
.news .right {
  width: 50%;
  float: left;
  padding-left: 75px;
  padding-top: 200px;
  position: relative;
}
.news .right li {
  margin-bottom: 48px;
}
.news .right li:nth-last-child(1) {
  margin-bottom: 0;
}
.news .right .time {
  width: 100px;
  height: 145px;
  background: url(../images/bg7.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  float: left;
  text-align: center;
  padding: 0 16px;
  margin-right: 36px;
}
.news .right .time .day {
  font-size: 33px;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.news .right .time .year {
  padding-top: 6px;
  font-size: 16px;
}
.news .right .title {
  font-size: 18px;
  color: #040404;
  padding-bottom: 22px;
  border-bottom: 1px solid #9E9E9E;
}
.news .right .desc {
  font-size: 14px;
  color: #040404;
  padding-top: 20px;
}

.limit-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limit-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

footer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #000;
  font-size: 14px;
  padding-top: 45px;
  background: url(../images/bg8.png) repeat;
}
footer .col-33 {
  width: 33.33%;
  float: left;
}
footer .nav {
  padding-right: 80px;
  padding-top: 80px;
}
footer .nav li {
  width: 33.33%;
  float: left;
  margin-bottom: 35px;
}
footer .nav .tel {
  margin-top: 50px;
}
footer .logo {
  padding: 0 55px;
  padding-bottom: 49px;
  position: relative;
}
footer .logo::after {
  position: absolute;
  content: "";
  background: url(../images/bg23.png) no-repeat;
  width: 530px;
  height: 341px;
  left: 100%;
  top: 31%;
  z-index: -1;
}
footer .logo::before {
  transform: rotateY(180deg);
  position: absolute;
  content: "";
  background: url(../images/bg23.png) no-repeat;
  width: 530px;
  height: 341px;
  right: 100%;
  top: 31%;
  z-index: -1;
}
footer .logo img {
  width: 100%;
}
footer .tel img {
  width: 56px;
  float: left;
  margin-right: 15px;
}
footer .tel .number {
  margin-top: 14px;
  font-weight: 600;
}
footer .right {
  position: relative;
}
footer .right .box {
  position: absolute;
  top: 69px;
  right: 0;
  width: 200px;
}
footer .right .title {
  font-size: 16px;
  margin-bottom: 26px;
}
footer .right .tel {
  margin-bottom: 40px;
}
footer .copy {
  /*background: url(../images/bg11.jpg) repeat;*/
  background: #970505;
  padding: 25px 0 35px 0;
  color: #fff;
  font-size: 16px;
}
footer .copy .left {
  float: left;
}
footer .copy .right {
  float: right;
}
footer.footer-page {
  background-image: unset;
}

.page .line-red {
  margin-left: 50%;
  margin-bottom: 40px;
  z-index: -1;
}
.page .container {
  max-width: 1200px;
}
.page .catename {
  color: #B59B7E;
}
.page.page-start {
  margin-top: -100px;
}
.page .box img {
  max-width: 100%;
  height: auto!important;
  margin: 0 auto;
}
.page .box .page-img {
  position: relative;
  z-index: 2;
}
.page .box .content {
  color: #000;
  font-size: 16px;
  margin-top: 34px;
  margin-bottom: 30px;
  padding: 0 150px;
}
.page .line-bottom {
  width: 2px;
  height: 122px;
  margin-left: 50%;
  background: url(../images/line.png) repeat;
}

.cate-nav {
  height: 80px;
  background: #F5F4F2;
  color: #6D6D6D;
  font-size: 16px;
  padding-top: 24px;
}
.cate-nav li {
  float: left;
  text-align: center;
  flex: 1;
}
.cate-nav li.active {
  color: #2E2E2E;
}
.cate-nav ul {
  display: flex;
  margin: 0 -20px;
}

.page-pro .content {
  font-size: 16px;
  color: #000;
}
.page-pro img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.page-pro .line-bottom {
  margin-bottom: 48px;
}

.pro-main .line-red {
  z-index: -1;
}

.page-news .news .right {
  padding-top: 66px;
}
.page-news .news-full {
  width: 100%;
  float: unset;
  padding-left: 0;
}

.page-team .nav {
  display: inline-block;
}

.team-list-justify {
  display: flex;
  justify-content: center;
}

.team-list {
  margin: 0 30px;
  padding-top: 65px;
  padding-bottom: 39px;
}
.team-list li {
  width: 25%;
  float: left;
  padding: 0 22px;
  color: #040404;
}
.team-list li .box {
  background: #F8F7F5;
  padding: 32px 30px 30px 30px;
}
.team-list li .box .img-box {
  padding: 0 30px;
}
.team-list li .box .img {
  padding-top: 150.9%;
}
.team-list li .name {
  padding-top: 26px;
  padding-bottom: 15px;
  font-size: 18px;
}
.team-list li .title {
  font-weight: bold;
}
.team-list li .desc {
  font-size: 14px;
  min-height: 107px;
}
.team-list.gudong-list li {
  width: 20%;
  padding: 0 14px;
}
.team-list.gudong-list li .box {
  padding: 30px 16px;
}
.team-list.gudong-list li .box .img-box {
  padding: 0;
}
.team-list.gudong-list li .box .img {
  background-size: contain;
  padding-top: 95.5%;
}
.team-list.company-list li .box .img {
  padding-top: 76.9%;
  background-size: contain;
}

.team-list-2 li {
  width: 33.33%;
  margin-bottom: 40px;
}
.team-list-2 li .title {
  text-align: center;
  font-weight: 600;
  min-height: 40px;
  font-size: 18px;
}
.team-list-2 li .desc {
  min-height: 300px;
}
.team-list-2 li .box{
  padding: 32px 20px 30px 20px;
}
.team-list-2 li{
  padding: 0 10px;
}
.team-list-2 li .box .img-box {
  padding: 0 70px;
}
.team-list-2 li .box .img-box .img {
  padding-top: 148.9%;
}
.team-list-3 li .box .img-box {
  padding: 0;
}
.team-list-3 li .box .img-box .img {
  padding-top: 54%;
}
.team-list-4 li{
  width: 25%
}
.team-list-4 li .box .img-box{
  display: none;
}
.team-list-4 li .box{
  border-radius: 8px;
}
.team-list-4 li .name{
  padding-top: 0
}
.team-list-3 li .name {
  padding-bottom: 0
}
.team-one {
  margin: 0 -22.5px;
}
.team-one .box {
  width: 50%;
  float: left;
  padding: 22.5px;
}
.team-one .box:nth-child(5n+1) {
  width: 100%;
}
.team-one .team-title {
  margin-bottom: 20px;
  margin-top: 15px;
}
.team-one .team-img {
  padding-top: 49.16%;
}
.team-h .team-img {
  padding-top: 65.16%;
}
.banner-mini {
  height: auto;
  margin-top: 99px;
  background-image: unset!important;
}
.banner-mini img{
  width: 100%;
}
.yewu-desc {
  max-width: 600px;
  margin: 0 auto;
}

.team-jiaru {
  background: #fff;
  padding-bottom: 100px;
}

.new-show .title {
  margin: 30px 0;
  padding-top: 20px;
  font-size: 24px;
}

.moblie-nav {
  display: none;
  height: 60px;
  overflow: hidden;
}
.moblie-nav div.burger {
  height: 60px;
  width: 54px;
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 51;
  cursor: pointer;
}
.moblie-nav div.x,
.moblie-nav div.y,
.moblie-nav div.z {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 2px;
  transition: all 200ms ease-out;
}
.moblie-nav div.x,
.moblie-nav div.y,
.moblie-nav div.z {
  height: 3px;
  width: 26px;
  left: 13px;
}
.moblie-nav div.y {
  top: 18px;
}
.moblie-nav div.z {
  top: 37px;
}
.moblie-nav div.collapse {
  top: 20px;
  transition: all 70ms ease-out;
}
.moblie-nav div.rotate30 {
  transform: rotate(30deg);
  transition: all 50ms ease-out;
}
.moblie-nav div.rotate150 {
  transform: rotate(150deg);
  transition: all 50ms ease-out;
}
.moblie-nav div.rotate45 {
  transform: rotate(45deg);
  transition: all 100ms ease-out;
}
.moblie-nav div.rotate135 {
  transform: rotate(135deg);
  transition: all 100ms ease-out;
}
.moblie-nav div.navbar {
  height: 60px;
  background: rgba(38, 92, 166, 0.91);
}
.moblie-nav div.navbar img {
  padding-top: 8px;
  padding-left: 15px;
}
.moblie-nav div.menu-bg {
  z-index: 50;
  width: 100vw;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  /*background: rgba(25, 53, 56, 0.7098039216);*/
  background: rgb(119 60 63 / 87%);
  opacity: 0;
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}
.moblie-nav div.menu-bg.animate {
  height: 100vh;
  opacity: 0.9;
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
}
.moblie-nav div.menu {
  height: 100vh;
  width: 100vw;
}
.moblie-nav .menu-splitL,
.moblie-nav .menu-splitR {
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 0px;
  width: 50%;
}
.moblie-nav .menu-splitR {
  left: 50%;
}
.moblie-nav div.menu ul li {
  list-style: none;
  width: 100vw;
  margin-top: 40px;
  text-align: center;
  font-size: 19px;
  transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
}
.moblie-nav div.menu ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
}
.moblie-nav section > div {
  transition: transform 1s;
  transform: translateX(0px);
}
.moblie-nav div.menu li.animate {
  font-size: 19px;
  opacity: 1;
  transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
}
.moblie-nav .menu-splitL li:nth-of-type(1) {
  margin-left: 68px;
  transition-delay: 0.12s;
}
.moblie-nav .menu-splitL li.animate:nth-of-type(1) {
  margin-left: 0;
  transition-delay: 0s;
}
.moblie-nav .menu-splitL li:nth-of-type(2) {
  margin-left: 58px;
  transition-delay: 0.09s;
}
.moblie-nav .menu-splitL li.animate:nth-of-type(2) {
  margin-left: 0;
  transition-delay: 0.05s;
}
.moblie-nav .menu-splitL li:nth-of-type(3) {
  margin-left: 57px;
  transition-delay: 0.046s;
}
.moblie-nav .menu-splitL li.animate:nth-of-type(3) {
  margin-left: 0;
  transition-delay: 0.1s;
}
.moblie-nav .menu-splitL li:nth-of-type(4) {
  margin-left: 61px;
  transition-delay: 0.03s;
}
.moblie-nav .menu-splitL li.animate:nth-of-type(4) {
  margin-left: 0;
  transition-delay: 0.15s;
}
.moblie-nav .menu-splitL li:nth-of-type(5) {
  margin-left: 59px;
  transition-delay: 0s;
}
.moblie-nav .menu-splitL li.animate:nth-of-type(5) {
  margin-left: 0;
  transition-delay: 0.2s;
}
.moblie-nav .menu-splitL li:nth-of-type(6) {
  margin-left: 59px;
  transition-delay: 0s;
}
.moblie-nav .menu-splitL li.animate:nth-of-type(6) {
  margin-left: 0;
  transition-delay: 0.3s;
}
.moblie-nav .menu-splitL li:nth-of-type(7) {
  margin-left: 59px;
  transition-delay: 0s;
}
.moblie-nav .menu-splitL li.animate:nth-of-type(7) {
  margin-left: 0;
  transition-delay: 0.4s;
}
.moblie-nav .menu-splitR li:nth-of-type(1) {
  margin-left: -155%;
  transition-delay: 0.12s;
}
.moblie-nav .menu-splitR li.animate:nth-of-type(1) {
  margin-left: -100%;
  transition-delay: 0s;
}
.moblie-nav .menu-splitR li:nth-of-type(2) {
  margin-left: -155%;
  transition-delay: 0.069s;
}
.moblie-nav .menu-splitR li.animate:nth-of-type(2) {
  margin-left: -100%;
  transition-delay: 0.05s;
}
.moblie-nav .menu-splitR li:nth-of-type(3) {
  margin-left: -155%;
  transition-delay: 0.06s;
}
.moblie-nav .menu-splitR li.animate:nth-of-type(3) {
  margin-left: -100%;
  transition-delay: 0.1s;
}
.moblie-nav .menu-splitR li:nth-of-type(4) {
  margin-left: -155%;
  transition-delay: 0.03s;
}
.moblie-nav .menu-splitR li.animate:nth-of-type(4) {
  margin-left: -100%;
  transition-delay: 0.15s;
}
.moblie-nav .menu-splitR li:nth-of-type(5) {
  margin-left: -155%;
  transition-delay: 0s;
}
.moblie-nav .menu-splitR li.animate:nth-of-type(5) {
  margin-left: -100%;
  transition-delay: 0.2s;
}
.moblie-nav .menu-splitR li:nth-of-type(6) {
  margin-left: -155%;
  transition-delay: 0s;
}
.moblie-nav .menu-splitR li.animate:nth-of-type(6) {
  margin-left: -100%;
  transition-delay: 0.3s;
}
.moblie-nav .menu-splitR li:nth-of-type(7) {
  margin-left: -155%;
  transition-delay: 0s;
}
.moblie-nav .menu-splitR li.animate:nth-of-type(7) {
  margin-left: -100%;
  transition-delay: 0.4s;
}

.show-xs {
  display: none;
}

.huoban {
  margin-top: 40px;
}
.huoban .container{
  text-align: center;
}
.huoban ul {
  /* width: 33.333%; */
  float: left;
  margin-top: 40px;
  text-align: left;
  min-width: 280px;
}
.huoban ul:nth-child(2) {
  /* width: 33.333%; */
  display: inline-block;
  float: unset;
}
.huoban ul:nth-child(3) {
  /* width: 33.333%; */
  float: right;
}
.huoban ul .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.huoban ul li {
  line-height: 2;
  color: #2E2E2E;
}
@media screen and (max-width: 1200px) {
  header .top-nav .nav ul li{
    margin: 0 15px;
    font-size: 14px;
  }
  footer .nav{
    padding-right: 0;
  }
}
@media screen and (max-width: 790px) {
  .top-nav {
    display: none;
  }
  .banner-mini {
    margin-top: 60px;
  }
  .moblie-nav {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 60;
    top: 0;
  }
  .show-xs {
    display: block;
  }
  html {
    overflow-x: hidden;
  }
  .container {
    max-width: 100%;
    overflow: hidden;
    padding: 0 15px;
  }
  .moblie-nav div.navbar {
    /*background: url(../images/bg11.jpg) repeat;*/
    background: #970505;
  }
  .moblie-nav div.navbar img {
    max-height: 85%;
  }
  header .banner {
    margin-top: 60px;
  }
  header .banner .swiper-slide {
    height: auto;
  }
  header .banner .slogan {
    width: 80px;
    top: 30px;
  }
  /* .banner-mini {
    height: 100vw;
  } */
  .about .box {
    padding-left: 0;
    padding-top: 40px;
  }
  .about .box::after {
    background-size: contain;
    width: 113px;
    height: 287px;
  }
  .about .box .nav {
    position: unset;
  }
  .about .box .left {
    width: 100%;
    float: unset;
    padding-right: 0;
    padding-left: 0;
  }
  .about .box .left::after {
    top: 30%;
  }
  .about .box .right {
    width: 100%;
    float: unset;
    padding-top: 30px;
  }
  .about .box .right .img-box {
    width: 100%;
  }
  .about .container .line-red {
    left: 15px;
  }
  .line-red {
    height: 150px;
  }
  .cate .catename {
    padding-left: 30px;
    font-size: 24px;
  }
  .cate .cate-right .enname {
    font-size: 14px;
  }
  .cate .cate-right .desc {
    font-size: 18px;
    margin-top: 15px;
  }
  .more {
    margin-top: 30px;
  }
  .yewu {
    padding-top: 40px;
  }
  .yewu .cate2 {
    margin-bottom: 0;
  }
  .yewu .nav {
    padding: 0 10px;
  }
  .yewu .nav li {
    width: 33.33%;
    font-size: 14px;
  }
  .yewu .nav li.active::after {
    display: none;
  }
  .yewu .swiper-yw {
    margin-top: 30px;
  }
  .yewu .swiper-yw .swiper-slide {
    height: 60vw;
  }
  .yewu .swiper-yw .swiper-slide .yewu-1 {
    top: 82%;
    padding: 0;
    text-align: center;
  }
  .yewu .swiper-yw .swiper-slide .yewu-1 .title {
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
    background: #252525;
  }
  .yewu .swiper-yw .swiper-pagination2 {
    top: 10px;
    left: 10px;
    font-size: 16px;
  }
  .yewu .swiper-yw .buttons {
    right: 15px;
    top: 15px;
  }
  .yewu .swiper-yw .swiper-slide-active {
    background: unset;
  }
  .yewu .swiper-yw .swiper-slide-active .yewu-1 {
    top: 82%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .yewu .swiper-yw .swiper-slide-active .yewu-1 .title {
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
    background: #252525;
  }
  .swiper-pagination2 .swiper-pagination-current {
    font-size: 24px;
  }
  .swiper-pagination2 .swiper-pagination-total {
    font-size: 14px;
  }
  .buttons .prev,
  .buttons .next {
    width: 35px;
    height: 24px;
    line-height: 16px;
  }
  .buttons .prev svg,
  .buttons .next svg {
    width: 10px;
  }
  .zhinangtuan {
    margin-top: 40px;
  }
  .zhinangtuan .nav-mini li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .zhinangtuan .left {
    width: 100%;
    float: unset;
    padding-right: 0;
  }
  .zhinangtuan .left .title {
    margin-top: 45px;
  }
  .zhinangtuan .left .line {
    margin: 14px 0;
  }
  .zhinangtuan .right {
    width: 100%;
    float: unset;
    margin-top: 20px;
  }
  .zhinangtuan .right .swiper-znt {
    padding-right: 0;
    height: auto;
  }
  .zhinangtuan::after {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
    height: 30px;
  }
  .cate2 .catename {
    text-align: center;
    font-size: 24px;
  }
  .cate2 .enname {
    text-align: center;
    font-size: 14px;
  }
  .case .cate {
    width: 100%;
    padding-top: 110px;
    transform: unset;
    left: 50px;
  }
  .case .cate .catename {
    margin-left: 0;
  }
  .case .case-list {
    margin-top: 250px;
  }
  .case .case-list .case-one {
    width: 50%;
  }
  .case .case-list .case-one .name {
    font-size: 14px;
    bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
  }
  .news {
    padding-top: 0;
    margin-top: 30px;
  }
  .news .line-red {
    display: none;
  }
  .news .nav-mini li {
    width: 50%;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .news .left {
    padding-top: 40px;
    width: 100%;
    float: unset;
  }
  .news .left .title {
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .news .left .desc {
    margin-top: 10px;
    font-size: 12px;
  }
  .news .right {
    width: 100%;
    float: unset;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .news .right li {
    margin-bottom: 20px;
  }
  .news .right .title {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .news .right .desc {
    font-size: 12px;
    padding-right: 0;
    padding-top: 10px;
  }
  .news .right .time {
    width: 70px;
    height: 90px;
    margin-right: 20px;
  }
  .news .right .time .day {
    font-size: 18px;
    margin-top: 10px;
  }
  .news .right .time .year {
    font-size: 12px;
  }
  footer {
    padding-top: 30px;
  }
  footer .col-33 {
    width: 100%;
    float: unset;
  }
  footer .nav {
    padding: 0;
  }
  footer .nav li {
    text-align: center;
    margin-bottom: 14px;
  }
  footer .nav .tel {
    margin-top: 16px;
    display: none;
  }
  footer .tel {
    margin-bottom: 20px;
  }
  footer .tel img {
    width: 40px;
  }
  footer .tel .number {
    margin-top: 4px;
  }
  footer .logo {
    width: 120px;
    margin: 0 auto;
    padding: 0;
  }
  footer .right .title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  footer .right .box {
    position: unset;
    width: 100%;
  }
  footer .copy {
    font-size: 12px;
    padding: 10px 0;
  }
  footer .copy .left,
  footer .copy .right {
    width: 100%;
    float: unset;
    text-align: center;
  }
  .page .container {
    max-width: 100%;
  }
  .page .box .content {
    margin-top: 18px;
    padding: 0 0;
    font-size: 14px;
  }
  .page .line-bottom {
    height: 60px;
  }
  .page-news .news .right {
    margin: 0;
    padding-top: 10px;
  }
  .line-red img {
    width: 20px;
    position: absolute;
    bottom: -16px;
    left: -8.5px;
  }
  .cate-nav {
    padding: 20px 0;
    padding-bottom: 30px;
  }
  .cate-nav ul {
    display: block;
    font-size: 14px;
  }
  .cate-nav li {
    width: 33.33%;
    flex: unset;
    margin-bottom: 12px;
  }
  .cate-nav li.active::after {
    width: 10px;
    height: 10px;
    bottom: -12px;
  }
  br {
    display: inline;
    line-height: 11px;
  }
  .page-team .nav {
    display: block;
  }
  .team-list {
    margin: 0;
    padding-top: 40px;
  }
  .team-list li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 14px;
  }
  .team-list li .box {
    padding: 10px;
    padding-top: 20px;
  }
  .team-list li .box .img-box {
    padding: 0 15px;
  }
  .team-list li .name {
    padding: 14px 0;
  }
  .team-list li .desc {
    font-size: 12px;
    min-height: 200px
  }
  .team-list.gudong-list li {
    width: 50%;
  }
  .team-list-justify {
    display: unset;
  }
  .team-list-justify li .desc {
    min-height: 136px;
  }
  .team-one .box {
    padding: 6px;
  }
  .team-list-2 li {
    width: 100%;
  }
  .team-list-2 li .title {
    padding: 0 20px 10px 20px;
  }
  .team-list-2 li .desc {
    min-height: auto;
    padding-bottom: 20px;
  }
  .team-jiaru {
    padding-bottom: 0px;
  }
  .team-jiaru .box {
    width: 100%;
  }
  .huoban ul {
    width: 100%;
    margin-top: 20px;
  }
  .huoban ul .title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 791px) and (max-width: 1450px) {
  .container,.page .container {
    max-width: 95%;
  }
  header .banner .swiper-slide {
    height: auto;
  }
}
